Model Context Protocol for work queue item operations
| Label | Property | Type | Description | Default Value | Is Required |
|---|
| Storage | storage | botdojo/interface/storage | Storage interface for file operations and logging | null | ✅ |
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|
| Work Queue Item ID | work_queue_item_id | botdojo/types/string | ID of the work queue item to operate on | null | |
| Work Queue ID | work_queue_id | botdojo/types/string | ID of the work queue this item belongs to | null | |
| Agent ID (override) | agent_id | botdojo/types/string | Optional agent_id to use for assignment/changes. When set, it overrides any agent assignment configured on the target status. | null | ✅ |
Output
| Label | Property | Type | Description | Default Value |
|---|
| Model Context | modelContext | botdojo/interface/model_context | Work queue item model context | null |